In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / DrawRotatedEllipse Method

DrawRotatedEllipse Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function DrawRotatedEllipse( _

   ByVal ImageID As Integer, _

   ByVal Angle As Single, _

   ByVal DstLeft As Single, _

   ByVal DstTop As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal PenWidth As Single, _

   ByVal PenColor As Integer, _

   ByVal AntiAlias As Boolean _

) As GdPictureStatus
public GdPictureStatus DrawRotatedEllipse( 

   int ImageID,

   float Angle,

   float DstLeft,

   float DstTop,

   float Width,

   float Height,

   float PenWidth,

   int PenColor,

   bool AntiAlias

)
public function DrawRotatedEllipse( 

    ImageID: Integer;

    Angle: Single;

    DstLeft: Single;

    DstTop: Single;

    Width: Single;

    Height: Single;

    PenWidth: Single;

    PenColor: Integer;

    AntiAlias: Boolean

): GdPictureStatus; 
public function DrawRotatedEllipse( 

   ImageID : int,

   Angle : float,

   DstLeft : float,

   DstTop : float,

   Width : float,

   Height : float,

   PenWidth : float,

   PenColor : int,

   AntiAlias : boolean

) : GdPictureStatus;
public: GdPictureStatus DrawRotatedEllipse( 

   int ImageID,

   float Angle,

   float DstLeft,

   float DstTop,

   float Width,

   float Height,

   float PenWidth,

   int PenColor,

   bool AntiAlias

) 
public:

GdPictureStatus DrawRotatedEllipse( 

   int ImageID,

   float Angle,

   float DstLeft,

   float DstTop,

   float Width,

   float Height,

   float PenWidth,

   int PenColor,

   bool AntiAlias

) 

Parameters

ImageID
Angle
DstLeft
DstTop
Width
Height
PenWidth
PenColor
AntiAlias
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members